home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / ftp / fwftp2.exe / FTPWIN.EXE / 0 / RCDATA / TTABBEDNOTEBOOKDLG1 / TTABBEDNOTEBOOKDLG1.txt
Text File  |  1996-07-17  |  3KB  |  144 lines

  1. object TabbedNotebookDlg1: TTabbedNotebookDlg1
  2.   Left = 246
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Client configuration'
  7.   ClientHeight = 225
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 225
  22.     Align = alTop
  23.     TabsPerRow = 5
  24.     TabFont.Color = clBtnText
  25.     TabFont.Height = -12
  26.     TabFont.Name = 'MS Sans Serif'
  27.     TabFont.Style = []
  28.     TabOrder = 0
  29.     object TTabPage
  30.       Left = 4
  31.       Top = 27
  32.       Caption = 'Sites'
  33.       object Label1: TLabel
  34.         Left = 24
  35.         Top = 24
  36.         Width = 42
  37.         Height = 16
  38.         Caption = 'Name:'
  39.       end
  40.       object Label2: TLabel
  41.         Left = 24
  42.         Top = 64
  43.         Width = 57
  44.         Height = 16
  45.         Caption = 'Address:'
  46.       end
  47.       object Label3: TLabel
  48.         Left = 24
  49.         Top = 104
  50.         Width = 35
  51.         Height = 16
  52.         Caption = 'User:'
  53.       end
  54.       object Label4: TLabel
  55.         Left = 24
  56.         Top = 144
  57.         Width = 68
  58.         Height = 16
  59.         Caption = 'Password:'
  60.       end
  61.       object Label5: TLabel
  62.         Left = 328
  63.         Top = 144
  64.         Width = 30
  65.         Height = 16
  66.         Caption = 'Port:'
  67.       end
  68.       object ComboBox1: TComboBox
  69.         Left = 112
  70.         Top = 24
  71.         Width = 193
  72.         Height = 24
  73.         HelpContext = 31
  74.         ItemHeight = 16
  75.         TabOrder = 0
  76.         OnChange = ComboBox1Change
  77.       end
  78.       object Edit1: TEdit
  79.         Left = 112
  80.         Top = 64
  81.         Width = 193
  82.         Height = 24
  83.         HelpContext = 32
  84.         TabOrder = 1
  85.       end
  86.       object Edit2: TEdit
  87.         Left = 112
  88.         Top = 104
  89.         Width = 193
  90.         Height = 24
  91.         HelpContext = 33
  92.         TabOrder = 2
  93.       end
  94.       object Edit3: TEdit
  95.         Left = 112
  96.         Top = 144
  97.         Width = 193
  98.         Height = 24
  99.         HelpContext = 34
  100.         PasswordChar = '*'
  101.         TabOrder = 3
  102.       end
  103.       object Button1: TButton
  104.         Left = 328
  105.         Top = 24
  106.         Width = 73
  107.         Height = 25
  108.         HelpContext = 36
  109.         Caption = 'New'
  110.         TabOrder = 4
  111.         OnClick = Button1Click
  112.       end
  113.       object Button2: TButton
  114.         Left = 328
  115.         Top = 64
  116.         Width = 73
  117.         Height = 25
  118.         HelpContext = 37
  119.         Caption = 'Save'
  120.         TabOrder = 5
  121.         OnClick = Button2Click
  122.       end
  123.       object Button3: TButton
  124.         Left = 328
  125.         Top = 104
  126.         Width = 73
  127.         Height = 25
  128.         HelpContext = 38
  129.         Caption = 'Delete'
  130.         TabOrder = 6
  131.         OnClick = Button3Click
  132.       end
  133.       object Edit4: TEdit
  134.         Left = 368
  135.         Top = 144
  136.         Width = 33
  137.         Height = 24
  138.         HelpContext = 35
  139.         TabOrder = 7
  140.       end
  141.     end
  142.   end
  143. end
  144.